fix(ci): use JEngine Release Bot for plugin releases#599
Merged
JasonXuDeveloper merged 1 commit intomasterfrom Jan 29, 2026
Merged
fix(ci): use JEngine Release Bot for plugin releases#599JasonXuDeveloper merged 1 commit intomasterfrom
JasonXuDeveloper merged 1 commit intomasterfrom
Conversation
40bda09 to
dba16e0
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the plugin release workflow to use a GitHub App token instead of the default GITHUB_TOKEN, ensuring commits are made by "JEngine Release Bot" rather than "github-actions[bot]". This aligns the workflow with the existing release.yml implementation.
Changes:
- Added GitHub App token generation step using the same secrets as release.yml
- Updated checkout step to use the generated token instead of GITHUB_TOKEN
- Modified git configuration to use JEngine Release Bot identity
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Use GitHub App token (same as release.yml) instead of GITHUB_TOKEN to ensure commits are made by JEngine Release Bot. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: JasonXuDeveloper - 傑 <jason@xgamedev.net>
dba16e0 to
698f8c2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
RELEASE_APP_IDandRELEASE_APP_PRIVATE_KEYsecrets (already configured for release.yml)Changes
Generate GitHub App Tokenstep usingactions/create-github-app-token@v1jengine-release-bot[bot]identity with correct user ID (257041894)Test plan
🤖 Generated with Claude Code